projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6511903
)
Insert missing quote in help-font-lock-keywords.
author
Simon Marshall
<simon@gnu.org>
Fri, 11 Aug 1995 08:52:42 +0000
(08:52 +0000)
committer
Simon Marshall
<simon@gnu.org>
Fri, 11 Aug 1995 08:52:42 +0000
(08:52 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 96e2b19d7b9953b33e0c5ebf5bdab0e10662681a..7aa5a0586a595e0f1406548ff5789a7d05ea3a6f 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-105,7
+105,7
@@
1 'font-lock-reference-face t)
;;
;; CLisp `:' keywords as references.
- (list (concat "\\<:" sym-char "+\\>") 0 font-lock-reference-face t)))
+ (list (concat "\\<:" sym-char "+\\>") 0
'
font-lock-reference-face t)))
"Default expressions to highlight in Help mode.")
(defun help-mode ()